You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > CopyVec Method > Matrix.CopyVec Method ([In] TVec, int)
Dew Math for .NET
ContentsIndexHome
Example
var A: Matrix; v: Vector; begin v.SetIt(true,[1, 0, 2, -1, 5, 1.2]) ; A.CopyVec(v); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.